Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @aptos-labs/ts-sdk from 1.11.0 to 1.33.0 #139

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps @aptos-labs/ts-sdk from 1.11.0 to 1.33.0.

Changelog

Sourced from @​aptos-labs/ts-sdk's changelog.

1.33.0 (2024-11-13)

  • Allow optional provision of public keys in transaction simulation
  • Update the multisig v2 example to demonstrate a new way to pre-check a multisig payload before it is created on-chain

1.32.1 (2024-11-11)

  • Add support for Firebase issuers in the updateFederatedKeylessJwkSetTransaction function
  • [Breaking] Revert new scriptComposer api in transactionSubmission api to allower SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.

1.32.0 (2024-11-08)

  • [Breaking] Updated AccountAddress.fromString and AccountAddress.from to only accept SHORT strings that are 60-64 characters long by default (with the exception of special addresses). This can be adjusted using maxMissingChars which is set to 4 by default. If you would like to keep the previous behavior, set maxMissingChars to 63 for relaxed parsing.
  • Add support for AIP-80 compliant private key imports and exports through toAIP80String
  • Add PrivateKey helpers for AIP-80: PrivateKey.parseHexInput, PrivateKey.formatPrivateKey, and PrivateKey.AIP80_PREFIXES.
  • Adds explicit error handling Keyless accounts using KeylessError. Handles JWK rotations and Verifying Key rotations.
  • Includes the address in the AbstractKeylessAccount serialization to prevent information loss for key rotated accounts.
  • [Breaking] Deprecate serializeOptionStr and deserializeOptionStr in favor of serializeOption and deserializeOption.
  • [Breaking] Renames KeylessConfiguration.verficationKey to verificationKey
  • Add a new scriptComposer api in transactionSubmission api to allower SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.

1.31.0 (2024-10-24)

  • Bump @aptos-labs/aptos-cli to 1.0.2
  • Fix the Move CLI command to correctly handle the success/error outputs

1.30.0 (2024-10-21)

  • Add the isPrimitive function to TypeTag.
  • Add showStdout optional property to Move and LocalNode classes to control the output of the CLI commands
  • Add support for MultiKey's in transaction simulations
  • Adds default implementation for toString and toStringWithoutPrefix for Serializable
  • Bump @aptos-labs/aptos-cli to 1.0.1

1.29.1 (2024-10-09)

  • Fix the FederatedKeylessAccount constructor to derive the correct address.

1.29.0 (2024-10-04)

  • Remove usage of Buffer.from and replace with TextEncoder for greater compatibility
  • Switch getAccountCoinAmount to use a view function for more up to date data
  • Add support for federated keyless accounts as defined in AIP-96
  • Add a signAndSubmitAsFeePayer function to the API to allow for submission by the fee payer.
  • Add an optional feePayerAuthenticator and feePayer parameter to signAndSubmitTransaction to support signing and submitting in one line.

1.28.0 (2024-09-19)

  • Support Serialized Type to Script txn. Now can use vector for example.
  • Add optional address parameter to MultiKeyAccount constructor.
  • Populate coinType for getAccountCoinAmount if only faMetadataAddress is provided.
  • [Fix] getModuleEventsByEventType will also account for EventHandle events.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@aptos-labs/ts-sdk](https://github.com/aptos-labs/aptos-ts-sdk) from 1.11.0 to 1.33.0.
- [Changelog](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aptos-labs/aptos-ts-sdk/commits)

---
updated-dependencies:
- dependency-name: "@aptos-labs/ts-sdk"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #147.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aptos-labs/ts-sdk-1.33.0 branch December 9, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants